| Package | Description |
|---|---|
| negotiator | |
| negotiator.issue | |
| negotiator.protocol | |
| negotiator.utility | |
| negotiator.xml |
| Modifier and Type | Field and Description |
|---|---|
SimpleElement |
NegotiationOutcome.additional |
SimpleElement |
NegotiationOutcome.qualityMeasures |
SimpleElement |
NegotiationOutcome.trajectoryMeasures |
| Modifier and Type | Method and Description |
|---|---|
SimpleElement |
Domain.getXMLRoot() |
SimpleElement |
XMLable.toXML() |
SimpleElement |
NegotiationOutcome.toXML()
Does not include bid history in log file.
|
SimpleElement |
Domain.toXML()
Creates an XML representation of this domain.
|
SimpleElement |
Bid.toXML() |
SimpleElement |
ArrayListXML.toXML() |
SimpleElement |
NegotiationOutcome.toXMLWithBids()
Includes bid history in log file.
|
| Constructor and Description |
|---|
Domain(SimpleElement root)
Creates a domain given an XML-representation of the domain.
|
NegotiationOutcome(AlternatingOffersBilateralAtomicNegoSession alternatingOffersBilateralAtomicNegoSession,
int runNumber,
Action lastAction,
java.util.ArrayList<BidPointTime> agentASize,
java.util.ArrayList<BidPointTime> agentBSize,
boolean startingWithA,
SimpleElement additional,
double distanceToNash,
OutcomeInfo outcomeInfo)
Creates a new instance of NegotiationOutcome
|
| Modifier and Type | Method and Description |
|---|---|
SimpleElement |
Objective.toXML()
Returns an xml representation of this Objective and all Objectives and issues underneath it.
|
SimpleElement |
IssueReal.toXML()
Returns a SimpleElement representation of this issue.
|
SimpleElement |
IssueInteger.toXML()
Returns a SimpleElement representation of this issue.
|
SimpleElement |
IssueDiscrete.toXML()
Returns a SimpleElement representation of this issue.
|
SimpleElement |
Issue.toXML()
Returns a SimpleElement representation of this issue.
|
| Modifier and Type | Field and Description |
|---|---|
SimpleElement |
BilateralAtomicNegotiationSession.additionalLog |
| Modifier and Type | Method and Description |
|---|---|
void |
BilateralAtomicNegotiationSession.addAdditionalLog(SimpleElement pElem) |
| Modifier and Type | Method and Description |
|---|---|
SimpleElement |
UtilitySpace.getXMLRoot() |
SimpleElement |
EvaluatorReal.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
EvaluatorObjective.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
EvaluatorInteger.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
EvaluatorDiscrete.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
UtilitySpace.toXML()
Creates an xml representation (in the form of a SimpleElements) of the utilityspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorReal.loadFromXML(SimpleElement pRoot) |
void |
EvaluatorObjective.loadFromXML(SimpleElement pRoot) |
void |
EvaluatorInteger.loadFromXML(SimpleElement pRoot) |
void |
EvaluatorDiscrete.loadFromXML(SimpleElement pRoot) |
void |
Evaluator.loadFromXML(SimpleElement pRoot)
Method to
|
SimpleElement |
EvaluatorReal.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
EvaluatorObjective.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
EvaluatorInteger.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
SimpleElement |
EvaluatorDiscrete.setXML(SimpleElement evalObj)
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedSimpleElement
Orders the attributes
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedList<SimpleElement> |
SimpleElement.childElements |
| Modifier and Type | Method and Description |
|---|---|
SimpleElement |
SimpleDOMParser.parse(java.io.Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<SimpleElement> |
SimpleElement.getChildElementsAsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleElement.addChildElement(SimpleElement element) |
| Constructor and Description |
|---|
XMLtoCSV(SimpleElement xml) |